projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d7cc61
)
* sysdep.c (child_setup_tty): Remove duplicate settings for VQUIT
author
Jim Blandy
<jimb@redhat.com>
Sat, 12 Jun 1993 17:46:44 +0000
(17:46 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Sat, 12 Jun 1993 17:46:44 +0000
(17:46 +0000)
and VINTR.
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 247b9b2314fa5b607c106813257f5d75a327998b..194ec0cea507326eeab132823881c4d52a67992d 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-466,7
+466,6
@@
child_setup_tty (out)
s.main.c_iflag &= ~IGNBRK;
s.main.c_iflag &= ~BRKINT;
/* QUIT and INTR work better as signals, so disable character forms */
- s.main.c_cc[VQUIT] = 0377;
s.main.c_cc[VINTR] = 0377;
#ifdef SIGNALS_VIA_CHARACTERS
/* the QUIT and INTR character are used in process_send_signal